←Select platform

PolygonRasterRegionData Constructor(List<LeadPoint>,bool)

Summary

Initializes a new instance of the PolygonRasterRegionData class.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal points As List(Of LeadPoint), _ 
   ByVal windingFillMode As Boolean _ 
) 
public: 
PolygonRasterRegionData(  
   List<LeadPoint>^ points, 
   bool windingFillMode 
) 

Parameters

points
A list of Leadtools.LeadPoint objects. The points in the list must be in the order in which the vertices of the polygon are connected. To create the line that closes the polygon, the last point in the collection is connected to the first point of the collection.

windingFillMode
Indicates how to handle complex crossing lines.

Value Meaning
true All pixels that are inside the resulting exterior lines are in the region.
false The region includes the area between odd-numbered and even-numbered polygon sides on each scan line.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Raster.DataContracts Assembly